projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
071680b
)
* lisp/emacs-lisp/subr-x.el (if-let*): Fix Edebug spec (Bug#24748)
author
Gemini Lasswell
<gazally@runbox.com>
Sun, 5 Feb 2017 00:16:11 +0000
(16:16 -0800)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Fri, 17 Feb 2017 23:47:50 +0000
(18:47 -0500)
lisp/emacs-lisp/subr-x.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/subr-x.el
b/lisp/emacs-lisp/subr-x.el
index f7a846927c0e98cce20468f99817996ee0209c4a..1d729f9409299e0e2be54a974d65998bc224adc8 100644
(file)
--- a/
lisp/emacs-lisp/subr-x.el
+++ b/
lisp/emacs-lisp/subr-x.el
@@
-126,7
+126,8
@@
In the special case you only want to bind a single value,
VARLIST can just be a plain tuple.
\n(fn VARLIST THEN ELSE...)"
(declare (indent 2)
- (debug ([&or (&rest (symbolp form)) (symbolp form)] form body)))
+ (debug ([&or (&rest [&or symbolp (symbolp form)]) (symbolp form)]
+ form body)))
(when (and (<= (length bindings) 2)
(not (listp (car bindings))))
;; Adjust the single binding case